home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Sharing Fun! I Know My Savior Lives / Sunday Savers: Sharing Fun! I Know My Savior Lives.iso / mac / Xtras / PrintOMatic MX 1.7.3 / PrintOMatic MX (Win32) / -PrintOMatic MX Demo.dir / 00029.txt < prev    next >
Encoding:
Text File  |  2004-04-06  |  2.1 KB  |  79 lines

  1. PrintOMatic Message List
  2.  
  3. This is the full list of commands supported by the PrintOMatic Xtra:
  4.  
  5. -- CREATE/DESTROY/RESET A DOCUMENT
  6. new object
  7. forget object
  8. reset object
  9. --
  10. -- DOCUMENT/JOB SETUP
  11. doPageSetup object
  12. doJobSetup object
  13. --
  14. -- DOCUMENT ATTRIBUTES
  15. setDocumentName object, string name
  16. setLandscapeMode object, boolean landscape
  17. getLandscapeMode object
  18. setMargins object, rect margins
  19. getMargins object
  20. setPrintableMargins object
  21. getPageWidth object
  22. getPageHeight object
  23. getPaperWidth object
  24. getPaperHeight object
  25. --
  26. -- CREATE/SET PAGES
  27. newPage object -- returns page number
  28. setPage object, int pageNumber
  29. --
  30. -- TEXT/GRAPHIC ATTRIBUTES
  31. setTextFont object, string fontName
  32. setTextSize object, int pointSize
  33. setTextStyle object, string styleCodes
  34. setTextJust object, string justification
  35. setTextLineSpacing object, int spacing
  36. setColor object, int red, int green, int blue
  37. setGray object, int graylevel
  38. setLineWeight object, int pointSize
  39. --
  40. -- GRAPHIC ELEMENTS
  41. drawRect object, rect bounds, boolean filled
  42. drawLine object, point start, point end
  43. drawRoundRect object, rect bounds, int cornerRadius, boolean filled
  44. drawOval object, rect bounds, boolean filled
  45. drawText object, string text, point location
  46. drawPicture object, *
  47. drawStagePicture object, *
  48. --
  49. -- CREATE FRAMES AND APPEND CONTENTS
  50. newFrame object, rect bounds, boolean linkedToPrevious
  51. append object, * any
  52. appendFile object, * fileName
  53. getInsertionPoint object
  54. pageBreak object
  55. --
  56. -- CUSTOMIZE THE PROGRESS BOX
  57. setProgressMsg object, string message
  58. setProgressPict object, * pictCastMember
  59. setProgressLoc object, point location
  60. clearProgressLoc object
  61. --
  62. -- PRINT OR PREVIEW
  63. * printPreview *
  64. * print *
  65. * printStage *
  66. --
  67. -- MISCELLANEOUS
  68. hideMessages object, boolean hide
  69. setPageNumSymbol object, string symbol
  70. + getVersion object
  71. + register object, string serialNumber
  72. + setLowMemLimits object, globalHeap, localHeap
  73. --
  74. -- MACINTOSH-ONLY ROUTINES
  75. * printToPictFiles *
  76. draw1bitStagePicture object, *
  77. loadPageSetup object, string fileName, int resourceID
  78. savePageSetup object, string fileName, string fileType, string fileCreator, int resourceID
  79.